Create index from tags
Important

This is the documentation for v3.5.0 and lower, for documentation for v4.0.0 and higher, see https://obsidian-html.github.io/

If you want to build an index note on the fly, based on selected tags, you can use this feature.

The basic outline is this:

To enable this setting, Copy vault to temp dir must be enabled. This is because for this feature to work, it has to create a note in the obsidian_folder_path, and this path will be the user's actual vault when copy vault to temp dir is disabled.

Example

You can view an index that is created in this way under /index_from_tags.

Fun fact: we co-published this version of the website next to the main website using the Configuration Options#Html Url Prefix setting!

Minimal configuration

Don't be intimidated by the configuration settings for this feature, in it's minimal form, this would be enough to enable it:

toggles
  features:
    create_index_from_tags:
      enabled: True
      tags: [my_tag, my_other_tag]